home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / CHANGES.TXT < prev    next >
Encoding:
Text File  |  1998-07-15  |  2.7 KB  |  116 lines

  1. Aqueduct SQL Methods Changes
  2.  
  3.   AqueductSQLMethods 1.2.1
  4.  
  5.     Bugs Fixed
  6.  
  7.       - The new Aqueduct.Results module was ommitted.
  8.  
  9.   AqueductSQLMethods 1.2
  10.  
  11.     Bugs Fixed
  12.  
  13.       - Source changes were lost when resizing the editing screen.
  14.  
  15.       - When testing, on DAs that use new DA protocol, 
  16.         non-select SQL is reported as such.
  17.  
  18.     Features Added
  19.  
  20.       - Support for new Aqueduct DA protocol, providing much faster
  21.         retrievals.
  22.  
  23.       - Edit screen size preferences are now distinct from Document
  24.         size preferences. 
  25.  
  26.   AqueductSQLMethods 1.1.5
  27.  
  28.     Features Added
  29.  
  30.       - Added permission settings to work with recent Principia versions.
  31.  
  32.  
  33.   Aqueduct SQL Methods 1.1.4
  34.   
  35.     Bugs Fixed
  36.   
  37.       - Generated reports failed in cases where column names contained
  38.     odd characters, as would be the case with::
  39.   
  40.       select salary*1.2 from payrole
  41.   
  42.  
  43.   Aqueduct SQL Methods 1.1.3
  44.   
  45.     Bugs Fixed
  46.   
  47.       - Changed permission settings to be in line with principia 1.2
  48.   
  49.  
  50.   Aqueduct SQL Methods 1.1.2
  51.   
  52.     Bugs Fixed
  53.   
  54.       - If strings contained backslashes but not backslash-t or
  55.     backslash-n, then the backslashes were getting doubled.
  56.   
  57.   Aqueduct SQL Methods 1.1.1
  58.   
  59.     Bugs Fixed
  60.   
  61.       - The SQL string quoting done by the sqlvar and sqltest tags
  62.     failed on non-ANSI-SQL databases like mySQL.  Extra hooks
  63.     were added to allow database adapters to provide custom quoting 
  64.     logic.
  65.   
  66.   Aqueduct SQL Methods 1.1.0
  67.   
  68.     Features
  69.   
  70.       - New DTML tags are available in SQLMethods that greatly
  71.     improve the ease, safety, and flexibility of database methods.
  72.   
  73.       - SQL Templates are now rendered in the context of the containing
  74.     folder, rather than the method itself.
  75.   
  76.       - Input arguments are shown in input forms in the order that
  77.     they were defined, rather than in alphabetical order.
  78.   
  79.  
  80.   Aqueduct SQL Methods 1.0.5
  81.   
  82.     Features Fixed
  83.   
  84.       - Database methods are slightly better about binding themselves
  85.     to the correct object when acquired.
  86.  
  87.  
  88.   Aqueduct SQL Methods 1.0.4
  89.   
  90.     Features Fixed
  91.   
  92.       - RDBMS transaction boundaries now coincide with Principia 
  93.     tranasaction boundaries.  For example, if a Document
  94.     runs 3 database methods and the third method raises an error, 
  95.     then the other methods are aborted.
  96.  
  97.  
  98.   Aqueduct SQL Methods 1.0.3
  99.   
  100.     Bugs Fixed
  101.   
  102.       - Add permissions were not editable.
  103.   
  104.       - Methods on database records could not use acquired attributes.
  105.  
  106.  
  107.   AqueductSQLMethods 1.0.1
  108.  
  109.     Bug Fixes
  110.     
  111.       - Error reporting was broken in test mode.
  112.     
  113.     Features
  114.     
  115.       - Include generated SQL source in test output.
  116.